Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix/ocp_api_context #524

Merged
merged 4 commits into from
Jul 12, 2024
Merged

fix/ocp_api_context #524

merged 4 commits into from
Jul 12, 2024

Conversation

JarbasAl
Copy link
Member

pass kwarg for source message, in some cases dig_for_message returns None

companion to OpenVoiceOS/ovos-bus-client#103

unsure when it happens, but issues noticed with hivemind

to test ask to play something from a voice sat, without this PR the destination might be missing and playback happens in core, not in voice sat. sometimes it works so i am not sure what causes dig_for_message to occasionally miss the source message

pass kwarg for source message, in some cases dig_for_message returns None  (unsure when it happens, but issues noticed with hivemind)

companion to OpenVoiceOS/ovos-bus-client#103
@JarbasAl JarbasAl added the bug Something isn't working label Jul 12, 2024
Copy link

codecov bot commented Jul 12, 2024

Codecov Report

Attention: Patch coverage is 90.47619% with 2 lines in your changes missing coverage. Please review.

Project coverage is 75.67%. Comparing base (3adf5e9) to head (82bf8c2).
Report is 1 commits behind head on dev.

Files Patch % Lines
ovos_core/intent_services/ocp_service.py 90.47% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##              dev     #524      +/-   ##
==========================================
+ Coverage   75.57%   75.67%   +0.09%     
==========================================
  Files          15       15              
  Lines        3042     3042              
==========================================
+ Hits         2299     2302       +3     
+ Misses        743      740       -3     
Flag Coverage Δ
unittests 75.67% <90.47%> (+0.09%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

the OCP query messages were dropping message source and destination
missed OCPQuery class in previous PR
@JarbasAl JarbasAl added this to the 0.0.8 milestone Jul 12, 2024
@JarbasAl JarbasAl merged commit 3d44dbb into dev Jul 12, 2024
8 checks passed
@JarbasAl JarbasAl deleted the fix/ocp_api_context branch July 12, 2024 12:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant